Package com.cisco.pt.ipc.sim
Interface ARPEntry
- All Superinterfaces:
IPCData
- All Known Implementing Classes:
ARPEntryImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetIpAddress(IPAddress ipAddress) voidsetMacAddress(MACAddress macAddress) voidsetPortName(String portName)
-
Method Details
-
getIpAddress
IPAddress getIpAddress()- Returns:
- IPAddress Returns a IPAddress
-
setIpAddress
- Parameters:
ipAddress- Takes in a parameter of ipAddress
-
getMacAddress
MACAddress getMacAddress()- Returns:
- MACAddress Returns a MACAddress
-
setMacAddress
- Parameters:
macAddress- Takes in a parameter of macAddress
-
getPortName
String getPortName()- Returns:
- String Returns a String
-
setPortName
- Parameters:
portName- Takes in a parameter of portName
-